<< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 >>
| Date | Author | File/Message |
|---|---|---|
| 8/5/05 8:25 AM | bme_jcs |
resolved checkstyle errors
(1 Files changed, 6 Lines changed)
src/java/org/bejug/javacareers/common/ajax/CompletionResult.java 1.3 (+6 -4) |
| 8/4/05 5:28 PM | bme_jcs |
introduction of second level cache for hibernate
(3 Files changed, 32 Lines changed)
src/resource-templates/hibernate.properties 1.4 (+4 -1) src/resources/org/bejug/javacareers/applicationContext-main.xml 1.2 (+5 -1) test/java/org/bejug/javacareers/jobs/dao/JobOfferDaoImplTests.java 1.10 (+23 -2) |
| 8/4/05 5:23 PM | bme_jcs |
resolved checkstyle errors
(1 Files changed, 21 Lines changed)
src/java/org/bejug/javacareers/jobs/view/jsf/action/JobAction.java 1.18 (+21 -16) |
| 8/4/05 5:03 PM | psong09 |
no message
(1 Files changed, 14 Lines changed)
src/web/jobs/employer/jobContent.jsp 1.17 (+14 -0) |
| 8/4/05 4:52 PM | ge0ffrey |
xml file should be tested seperattely (commit approved by Peter)
(1 Files changed, 6 Lines changed)
test/java/org/bejug/javacareers/acceptance/WelcomePageTests.java 1.5 (+6 -7) |
| 8/4/05 4:52 PM | psong09 |
Removed test methods
(2 Files changed, 11 Lines changed)
test/java/org/bejug/javacareers/jobs/dao/JobOfferDaoImplTests.java 1.9 (+6 -4) test/java/org/bejug/javacareers/jobs/service/JobServiceImplTests.java 1.11 (+5 -5) |
| 8/4/05 4:46 PM | psong09 |
Extraced valuebinding method to javacareers.Utils
(1 Files changed, 7 Lines changed)
src/java/org/bejug/javacareers/jobs/view/jsf/action/ShowJobOfferAction.java 1.6 (+7 -20) |
| 8/4/05 4:43 PM | psong09 |
Provided back and forward navigation between jobdetail pages
(1 Files changed, 73 Lines changed)
src/java/org/bejug/javacareers/jobs/view/jsf/action/JobAction.java 1.17 (+73 -23) |
| 8/4/05 4:41 PM | psong09 |
Added createValueBinding and resolveVariable methods
(1 Files changed, 44 Lines changed)
src/java/org/bejug/javacareers/jobs/view/jsf/util/Utils.java 1.5 (+44 -10) |
| 8/4/05 3:38 PM | someysf |
Fixed graphical glitches when viewing the webapp at a resolution of 800x600. There's still an issue with the feed admin when displaying long URL's.
(3 Files changed, 39 Lines changed)
src/web/css/basic.css 1.20 (+32 -5) src/web/jobs/employer/postJobContent.jsp 1.3 (+4 -3) src/web/registration/userProfileContent.jsp 1.8 (+3 -1) |